set term tkcanvas 
set out "committee.plot"
set xlab "Number of models" font "Times Roman,16" 
set ylab "Combined Test Error" font "Times Roman,16" 
plot "committee_te" using 1:2 title "" 
